home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / col / data / framework.cgz / framework-0.6.cpio / var / adm / LST / Unconfigured / 00modules.todo next >
Encoding:
Text File  |  1999-02-27  |  141 b   |  7 lines

  1. #! /bin/bash
  2. if [ -x /sbin/depmod ]; then
  3.   /sbin/depmod -a || exit 1
  4.   exit 1 # depmod apparently doesn't report all errors!? ...
  5. fi
  6. exit 0
  7.